home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / john / hc_resed / ResEdit IPS™ / card_12193.txt < prev    next >
Text File  |  1988-07-22  |  911b  |  47 lines

  1. -- card: 12193 from stack: in
  2. -- bmap block id: 12681
  3. -- flags: 0000
  4. -- background id: 2067
  5. -- name: Example #3
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=2 top=318 right=339 bottom=41
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19381 / 19381
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set lockScreen to true
  23.   go prev card
  24.   go prev card
  25.   set lockScreen to false
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 3 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=470 top=320 right=341 bottom=509
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 22308 / 22308
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Next
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   go next card
  45. end mouseUp
  46.  
  47.